home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.app;
-
- public interface BaseErrors {
- int UNABLE_TO_PERFORM = 0;
- int UNABLE_TO_PASTE = 100;
- int UNABLE_TO_LOAD_PAGE = 101;
- int UNABLE_TO_OPEN = 102;
- int UNABLE_TO_SAVE = 103;
- int DECL_REMOVE_FAILED = 106;
- int SCHEMA_DECLS_MISSING = 107;
- int PREFS_SAVE_FAILED = 108;
- int XML_IMPORT_FAILED = 109;
- int PARSING_NON_FATAL_PROBLEM = 110;
- int CANNOT_READ_INTERNAL_SUBSET = 111;
- int UNABLE_TO_SAVE_ERRORS = 113;
- int IMPORT_FAILED = 118;
- int APP_PREFS_SAVE_FAILED = 120;
- int PREFS_OPEN_FAILED = 121;
- int REPARSE_SOURCE_FAILED = 123;
- int UNABLE_TO_PRINT = 124;
- }
-